SALETMP 5.0 DFM DRIVER - Do not remove this line PROCEDURE GLJNLS && Main program tot_amount = 0.00 *----------------------------------------------------------------- * NAME * C:\CENTWISE\CENT2\GLJNLS.PRG - Main program for form. *----------------------------------------------------------------- PRIVATE lTalk, lVoid, cOldProc, cFormRun, cDispMode, cNewMode IF SET( 'TALK' ) = 'ON' SET TALK OFF lTalk = .T. ELSE lTalk = .F. ENDIF *---- PROD_CODE ACT_CODE STOCK_CODE of a linked exe *-- you must either include FORMRUN.DBO in your *-- Project file or make sure that FORMRUN.DBO *-- is in the same directory as your exe file. *-- Please note that the Automatic Link feature *-- doesn't notice FORMRUN.DBO because of the *-- macro expansion for the SET PROCEDURE. *---------------------------------------------- cOldProc = SET( 'PROCEDURE' ) IF [dBASE Compiler] $ VERSION(0) SET PROCEDURE TO FORMRUN ELSE cFormRun = HOME() + 'FORMRUN' SET PROCEDURE TO ( cFormRun ) ENDIF #line 1 "GLJNLS.DFM" *...................................................... * C:\CENTWISE\CENT2\GLJNLS.DFM * 01/12/97 13:48:50 *...................................................... *.............................................................. * Please do NOT include any Browse objects in this file. * Any memvars used for property values should be initialized * in the driver .PRG file that goes along with this file AFTER * the #include statement. *.............................................................. *............................................................. * WARNING: Using & to designate pick characters may result in * unintended macro expansions within strings. Use ~~ around * pick characters to avoid this behavior. Future versions of * dBASE for DOS will not support macro expansions within * quoted strings PROD_CODE PROD_CODE ACT_CODE ACT_CODE STOCK_CODE STOCK_CODE